home *** CD-ROM | disk | FTP | other *** search
/ Light & Shade: Niida Takashi / Light & Shade: Niida Takashi.iso / mac / WIN / LART2.Dxr / 00152.ls < prev    next >
Encoding:
Text File  |  1998-09-06  |  271 b   |  21 lines

  1. on exitFrame
  2.   comment2()
  3.   go(the frame)
  4. end
  5.  
  6. on comment2
  7.   if rollOver(17) then
  8.     cursor(280)
  9.   else
  10.     if rollOver(12) then
  11.       cursor(280)
  12.     else
  13.       if rollOver(13) then
  14.         cursor(280)
  15.       else
  16.         cursor(-1)
  17.       end if
  18.     end if
  19.   end if
  20. end
  21.